projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a13a0d
)
; * src/comp.c (Fcomp__compile_ctxt_to_file) [WINDOWSNT]: Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 7 Mar 2021 10:53:51 +0000
(12:53 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 7 Mar 2021 10:53:51 +0000
(12:53 +0200)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index d9ad623ec79f7af4ce6bdade7589991bbfc2f72c..7927448d5f07756cfb631ca619a6459bd02b3c2b 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-4385,6
+4385,7
@@
DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
libgccjit_fname = XCAR (libgccjit_loaded_from);
/* Must encode to ANSI, as libgccjit will not be able to handle
UTF-8 encoded file names. */
+ libgccjit_fname = ENCODE_FILE (libgccjit_fname);
libgccjit_fname = ansi_encode_filename (libgccjit_fname);
gcc_jit_context_set_str_option (comp.ctxt, GCC_JIT_STR_OPTION_PROGNAME,
SSDATA (libgccjit_fname));